Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Interpolation Styles


Q3InterpolationStyle_Set

You can use the Q3InterpolationStyle_Set function to set the interpolation style value of an interpolation style.

TQ3Status Q3InterpolationStyle_Set (
TQ3StyleObject interpolationObject, 
TQ3InterpolationStyle interpolationStyle);
interpolationObject
An interpolation style object.
interpolationStyle
An interpolation style value.
DESCRIPTION
The Q3InterpolationStyle_Set function sets the interpolation style value of the style object specified by the interpolationObject parameter to the value specified in the interpolationStyle parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996